home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / zcome506.arc / README.CSE < prev    next >
Text File  |  1991-05-06  |  1KB  |  24 lines

  1.   
  2. CSE is a tiny editor for MSDOS.  It is designed to take the place of the line
  3. editor, EDLIN, that comes with DOS, and it provides full screen editing.
  4.  
  5. CSE can be placed and invoked from any directory that is listed in the PATH
  6. statement found in your AUTOEXEC.BAT.  In order for CSE to find its key 
  7. command profile and its help file you must set the environment variable 
  8. CSE equal to the fully qualified path to CSE and its files.  For example
  9. if you placed CSE.COM, CSE.HLP, and PROFILE.CSE in your C:\BIN directory then
  10. you need to add the following statement to your AUTOEXEC.BAT:
  11.  
  12. SET CSE=C:\BIN
  13.  
  14. You will then be able to invoke 'CSE filename' from any prompt or drive on
  15. your system.  Typing 'CSE' without a filename will create an unnamed file 
  16. and place it in the edit window.  From then on the file may be edited on 
  17. the screen.  Hit ESC to move from the command line to the file.  Hit F1
  18. for help screen.   Best news is CSE is PUBLIC DOMAIN!
  19.  
  20. See the CSE.DOC file for complete operating instructions...  Once YAM/ZCOMM
  21. is loaded, hitting Alt-F9 will load PHOMAST.T into the CSE editor so you can
  22. modify the phones file as needed...
  23.  
  24.